home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 December / netCD65.iso / pc / links / 00057_Script_link Cute FTP < prev    next >
Encoding:
Text File  |  1999-10-14  |  215 b   |  9 lines

  1. on mouseUp
  2.   if the platform = "Windows,32" then
  3.     open the moviepath&"software\Top20\CuteFTP\32bit\cute3032.exe"
  4.   else 
  5.     open the moviepath&"software\Top20\CuteFTP\16bit\CUTE2016.EXE"
  6.   end if
  7.   
  8. end
  9.